<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Reset */
*{margin:0;padding:0;}

/*body{
  min-width:900px;
}*/
/* Slider */
#slider{
 width:100%;
  /*height:350px;*/
  max-height:386px;
  position:relative;
  overflow:hidden;
}
@keyframes load{
  from{left:-100%;}
  to{left:0;}
}
.slides{
  width:800%;
  height:100%;
  position:relative;
  -webkit-animation:slide 30s infinite;
  -moz-animation:slide 30s infinite;
  animation:slide 30s infinite;
  
}

.slider{
  width:12.5%;;
  height:100%;
  float:left;
  position:relative;
  z-index:1;
  overflow:hidden;
  border-bottom: 5px solid #205081;
}
.slide img{
  width:100%;
  height:100%;
}
.slide img{
  width:100%;
  height:100%;
}
.slideimage{
  width:100%;
  height:100%;
}
.slideimage img{
  width:100%;
  height:100%;
}

/* Legend */
.legend{
  border:500px solid transparent;
  border-left:800px solid rgba(52, 73, 94, .7);
  border-bottom:0;
  position:absolute;
  bottom:0;
}

/* Contents */
.slide_content{
  width:80%;
  height:100%;
  position:absolute;
  overflow:hidden;
}
.content-txt{
  width:100%;
  height:150px;
  float:left;
  position:relative;
  top:250px;
  -webkit-animation:content-s 7.5s infinite;
  -moz-animation:content-s 7.5s infinite;
  animation:content-s 7.5s infinite;
}
.content-txt h2{
  font-family:'Playfair Display', serif
  text-transform:uppercase;
  font-size:30px;
  font-weight: 600;
  color:#fff;
  text-align:left;
  margin-left:30px;
  padding-bottom:10px;
}
.content-txt p{
  font-family:arial;
  font-weight:normal;
  font-size:14px;
  font-style:italic;
  color:#fff;
  text-align:left;
  margin-left:30px;
}

/* Switch */
.switch{
  width:10%;
  position:absolute;
  top:5%;
  bottom:50px;
  z-index:999;
  left:30px;
}
.switch &gt; ul{
  list-style:none;
}
.switch &gt; ul &gt; li{
  width:10px;
  height:10px;
  border-radius:50%;
  /*background:#333;*/
  float:left;
  margin-right:5px;
  cursor:pointer;
}
.switch ul{
  overflow:hidden;
}
.on{
  width:100%;
  height:100%;
  border-radius:50%;
  /*background:#f39c12;*/
  position:relative;
  -webkit-animation:on 30s infinite;
  -moz-animation:on 30s infinite;
  animation:on 30s infinite;
}

@keyframes slide{
    
      0%,100%{
    margin-left:0%;
  }
  12.5%{
    margin-left:0%;
  }
      18.5%{
    margin-left:0%;
    }
  25%{
    margin-left:-100%;
  }
      31%{
    margin-left:-100%;
  }
    
  37.5%{
    margin-left:-200%;
  }
      43.5%{
    margin-left:-200%;
  }
  50%{
    margin-left: -300%;
  }
      56%{
    margin-left:-300%;
  }
  62.5%{
    margin-left:-400%;
  }
      68.5%{
    margin-left:-400%;
  }
  75%{
    margin-left:-500%;
  }
      81%{
    margin-left:-500%;
  }
  87.5%{
    margin-left:-600%;
  }
     93.5%{
    margin-left:-600%;
  } 
}
@-webkit-keyframes content-s{
  0%{left:-420px;}
  10%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-420px;}
  90%{left:-420px;}
  100%{left:-420px;}
}
@-moz-keyframes content-s{
  0%{left:-420px;}
  10%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-420px;}
  90%{left:-420px;}
  100%{left:-420px;}
}
@keyframes content-s{
  0%{left:-420px;}
  10%{left:20px;}
  15%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-420px;}
  90%{left:-420px;}
  100%{left:-420px;}
}

@-webkit-keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}

@-moz-keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}

@keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}

/* main */
/* Reset */
a{text-decoration:none;color:inherit;}
html{width:100%;height:100%;}

/* Body */
body{
  background:#fff;
}</pre></body></html>